[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
     -p   causes perl to assume the following  loop  around  your
          script,  which makes it iterate over filename arguments
          somewhat like sed:

               while (<>) {
                    ...       # your script goes here
               } continue {
                    print;
               }

          Note that the  lines  are  printed  automatically.   To
          suppress  printing use the -n switch.  A -p overrides a
          -n switch.

See Also: -a
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson